home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 22 / AMUG_22-1.ISO / Files / Internet / Misc / HTML Resource Guide 1.1.sit / HTML Resource Guide 1.1 / HTML Resource v.1.1.rsrc / TEXT_129.txt < prev    next >
Encoding:
Text File  |  1996-10-31  |  3.6 KB  |  110 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. This is a long list, be prepared to scroll for the tag you are looking for, or use the search button above.  Be sure to click off "Search all chapters" if you would like your search limited to this page or leave it on and click search again to jump into the description of that tag.  
  9.  
  10. NOTE:  DOCMaker is limited to 60 pictures per chapter, so some of these tags do not 
  11.             have a "description" button next to them.  Simply click the button just above 
  12.             and it will jump you in the same vicinity.  Also, the designation of NS/IE 
  13.                         compatibility is found within the description of the tags.
  14.  
  15. General
  16.  
  17. ¬†                                                                                                        <HTML>...</HTML>
  18. ¬†                                                                                                        <HEAD>...</HEAD>
  19. ¬†                                                                                                        <TITLE>...</TITLE>
  20. ¬†                                                                                                        <BODY>...</BODY>
  21.                     click above                         <!DOCTYPE>
  22.  
  23.  
  24. Formatting
  25.  
  26. ¬†                                                                                                            <B>...</B>
  27.                     click above                          <I>...</I>
  28.                     click above                          <U>...</U>
  29.             ¬†                                                                                                <S>...</S> OR <STRIKE>...</STRIKE>
  30. ¬†                                                                                                            <TT></TT>
  31. ¬†                                                                                                            <BLINK></BLINK>
  32. ¬†                                                                                                            <BASEFONT SIZE=x>
  33. ¬†                                                                                                            <FONT></FONT>
  34. ¬†                                                                                                            <Hx></Hx>
  35. ¬†                                                                                                            <CITE></CITE>
  36. ¬†                                                                                                            <CODE></CODE>
  37. ¬†                                                                                                            <DFN></DFN>
  38. ¬†                                                                                                            <EM></EM>
  39. ¬†                                                                                                            <KBD></KBD>
  40. ¬†                                                                                                            <XMP></XMP>
  41. ¬†                                                                                                            <PRE></PRE>
  42. ¬†                                                                                                            <STRONG></STRONG>
  43. ¬†                                                                                                            <SAMP></SAMP>
  44. ¬†                                                                                                            <VAR></VAR>
  45. ¬†                                                                                                            <ADDRESS></ADDRESS>
  46. ¬†                                                                                                            <SMALL>
  47.                     click above                          <BIG>
  48.                     click above                          <SUB>
  49.                     click above                          <SUP>
  50.  
  51.  
  52. Alignment
  53.  
  54. ¬†                                                                                                            <Hx ALIGN=y></Hx>
  55.                     click above                          <P ALIGN=x></P>
  56. ¬†                                                                                                            <BLOCKQUOTE></BLOCKQUOTE>
  57. ¬†                                                                                                            <CENTER></CENTER>
  58.  
  59. Links & Images
  60.  
  61. ¬†                                                                                                            <A HREF="document.html"></A>
  62.                     click above                          <A HREF="#target"></A>
  63.                     click above                          <A NAME="target"></A>
  64. ¬†                                                                                                            <IMG SRC="image.gif"  ALIGN=x>
  65. ¬†                                                                                                            <MAP>...</MAP>
  66.  
  67. Dividers
  68.  
  69. ¬†                                                                                                            <BR>
  70. ¬†                                                                                                            <P>
  71. ¬†                                                                                                            <HR SIZE=X WIDTH=Y>
  72. ¬†                                                                                                            <NOBR></NOBR>
  73. ¬†                                                                                                            <WBR>
  74.  
  75. Lists
  76.  
  77. ¬†                                                                                                            <OL>...</OL>
  78. ¬†                                                                                                            <UL>...</UL>
  79. ¬†                                                                                                            <DL>...</DL>  including <DT> and <DL>
  80. ¬†                                                                                                            <DIR>...</DIR>
  81. ¬†                                                                                                            <MENU>...</MENU>
  82. ¬†                                                                                                            <LI>
  83. ¬†                                                                                                            <DT>
  84. ¬†                                                                                                            <DD>
  85.  
  86. Tables & Columns
  87.  
  88.     ¬†                                                                                                        <TABLE>...</TABLE>
  89.                     click above                          <CAPTION ALIGN=x>...</CAPTION>
  90.     ¬†                                                                                                        <TR>...</TR>
  91.                     click above                          <TH>...</TH>
  92.                     click above                          <TD>...</TD>
  93. ¬†                                                                                                            <MULTICOL> or <COLGROUP>
  94.  
  95. Forms
  96.  
  97. ¬†                                                                                                            <FORM ACTION="action URL" METHOD=GET/POST>...</FORM>
  98. ¬†                                                                                                            <INPUT NAME="name" VALUE="value" TYPE=x SIZE=y MAXLENGTH=z>
  99. ¬†                                                                                                            <TEXTAREA NAME="name" ROWS=x COLS=y>...</TEXTAREA>
  100.  
  101. Miscellaneous
  102.  
  103. ¬†                                                    <FRAMESET>...</FRAMESET> (All frames tags & modifiers)
  104.     ¬†                                                                                                        <!--  -->
  105.     ¬†                                                                                                        <META>
  106. ¬†                                                                                                         <SPACER>
  107.                     click above                          <MARQUEE>
  108.                     click above                          <EMBED>
  109.                     click above                          <OBJECT>
  110.